home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / APPEXPRT.PAK / DOCVIEW.SNP < prev    next >
Text File  |  1997-05-06  |  1KB  |  49 lines

  1. <<[CPP]
  2. ##@OPT_APPL_DOCVIEW != TRUE
  3. ##:     %"Unable to do any document/view manipulations. Doc/view must be selected when specifying application generation options.  "
  4. ##*
  5. ##"//{{DOC_VIEW}}" [[DocVMarker]]
  6. ##"//{{DOC_MANAGER_END}}" [[DocMMarker]]
  7. ##^BOF
  8. ##? DocVMarker,DocMMarker [[Search]]
  9. ##Search == FALSE
  10. ##:     %"Missing document/view markers for templates.  "
  11. ##*
  12. ##@QUERY_APPL_OLE != VALUE_NOOLE
  13. ##{AddOleDV.SNP}
  14. ##*
  15. ##@QUERY_APPL_OLE == VALUE_NOOLE
  16. ##{AddDocV.SNP}
  17. ##*
  18. ##FALSE [[IncludeSearch]]
  19. ##OPT_DV_RESET
  20. ##--FOR-- IncrV = 1 TO @QUERY_DV_COUNT
  21. ##OPT_DV_NEXT
  22. ##QUERY_DV_TDOCUMENT [[TDocument]]
  23. ##\\"[[TDocument]]" [[DocumentType]]
  24. ##:     GetIncludeFile(DocumentType) [[DocumentIncludeFile]]
  25. ##:     \\"#include [[DocumentIncludeFile]]" [[IncludeDocument]]
  26. ##:     ^BOF
  27. ##:     ? IncludeDocument IncludeSearch
  28. ##:     IncludeSearch == FALSE
  29. ##:         ^BOF
  30. ##:         ?\\"#include "
  31. ##:         ^BOL
  32. ##:         ^2
  33. [[IncludeDocument]]
  34. ##QUERY_DV_TVIEW [[TView]]
  35. ##\\"[[TView]]" [[ViewType]]
  36. ##:     GetIncludeFile(ViewType) [[ViewIncludeFile]]
  37. ##:     \\"#include [[ViewIncludeFile]]" [[IncludeView]]
  38. ##:     ^BOF
  39. ##:     ? IncludeView IncludeSearch
  40. ##:     IncludeSearch == FALSE
  41. ##:         ^BOF
  42. ##:         ?\\"#include "
  43. ##:         ^BOL
  44. ##:         ^2
  45. [[IncludeView]]
  46. ##--NEXT-- IncrV
  47. ##^^
  48. >>[CPP]
  49.